Sorry, I was just lazy. It should be a piece of cake to me 
Anyway, the base damage (WD) of weapon skills is calculated in this way.
Melee WD: (D + fSTR + WS)
Ranged WD: (D + fSTR2 + WS)
fSTR = from 0 to (D / 9) + 8
fSTR2 = from 0 to fSTR*2
Note: fSTR [(D / 9) + 8] doesn't count "Arrow D"
These formulas aren't perfect yet but we can at least understand why rangers are strong...

Anyway, the base damage (WD) of weapon skills is calculated in this way.
Melee WD: (D + fSTR + WS)
Ranged WD: (D + fSTR2 + WS)
fSTR = from 0 to (D / 9) + 8
fSTR2 = from 0 to fSTR*2
Note: fSTR [(D / 9) + 8] doesn't count "Arrow D"
These formulas aren't perfect yet but we can at least understand why rangers are strong...
Comment